home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi1 / lesson4 / todolist / savedlg.dfm / savedlg.txt
Encoding:
Text File  |  1996-01-11  |  466 b   |  28 lines

  1. object SaveMsg: TSaveMsg
  2.   Left = 259
  3.   Top = 162
  4.   Width = 168
  5.   Height = 108
  6.   Caption = 'Saving...'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 16
  14.   object FileNameLabel: TLabel
  15.     Left = 8
  16.     Top = 40
  17.     Width = 4
  18.     Height = 16
  19.   end
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 4
  24.     Height = 16
  25.     Alignment = taCenter
  26.   end
  27. end
  28.